operator operators, in the front-end interview topics often appear, many friends in their operations often error. Description of the operator operation is not fully understood, I earlier in an article, JavaScript double equals type conversion,
browser and zoom, IE and chrome
Still a few years ago, zoom it was only IE's own private toy, but now, in addition to the Firefox browser, other, especially the chrome and mobile browsers have been well supported zoom properties:
zoomThe literal
Form Validation is a huge headache for the front end of a transaction, especially in the face of complex forms, such as some input boxes only accept digital input, some fields are required, and some items must meet the input rules ... In order to
CSS style cascading order
When more than one style sheet is used, the stylesheet needs to scramble for control over a particular selector. In these cases, there is always the rule of the style sheet to gain control over. The following attributes
A. Convert numbers into strings
①number class definition of ToString () method: This method can receive an optional parameter representing the conversion cardinality (radix, range between 2~36), and if this argument is not specified, the conversion
Xml
The concept of XPath is introduced in order to accurately locate a node element when matching an XML document structure tree. XPath can be compared to a file management path: Through the file management path, you can find the required files
HTML base
Relative path equals absolute path
defines the form used to query, indicating that the user agent allows users to find content by keyword.
rel indicate the relationship between URL and HTML, rev indicates the relationship between this
In HTML5, the types of input elements are greatly increased and improved, and these elements can be simply used to implement many of the features that need to be used by JavaScript before HTML5.So far, the most supported and comprehensive of these
XPath data type
XPath can be divided into four types of data:
Node Set (node-set)
A node set is a set of nodes that match the criteria returned by a path. Other types of data cannot be converted to node sets.
Boolean Value (Boolean)
A conditional
IifReturns one of the two numeric or string values determined by the logical test.GrammarDigitalIIf («logical expression»,«numeric expression1»,«numeric expression2»)If «logical expression» evaluates to TRUE, this function returns «numeric
Copy CodeThe code is as follows:
CREATE table TB (ID int, value varchar (10))
INSERT into TB values (1, "AA")
INSERT into TB values (1, "BB")
INSERT into TB values (2, "AAA")
INSERT into TB values (2, "BBB")
INSERT into TB values (2,
1. Try not to perform functional processing of column names. Instead, it is processed for the following values
For example, where col1 =-5 efficiency is higher than where-col1=5 efficiency
The column values are evaluated because of the subsequent
Article Introduction: today in writing a change to the picture width of the demo encountered a problem, I passed the image object, directly set the property image.style.width=100, not effective, and then find out why, because the Style.width
Operation
The value of one expression, divided by the value of another, returns the remainder.
result = number1 % number2
Parameters
Result
Any variable .
Number1
Any numeric expression .
Number2
Any numeric expression.
Description
The
An expression performs a logical negation.
result = !expression
Parameters
Result
Any variable .
Expression
Any expression .
Description
The following table illustrates how result is determined.
If expression is
then result is
Operation
Subtracts the value of one expression from the value of another, with only one expression taking the opposite number.
Syntax 1
result = number1 - number2
Syntax 2
-number
Parameters
Result
Any numeric variable .
Number
Any numeric
Drop down I believe that everyone has seen some software in the picture Drop-down select control? Here, there are OICQ. But have you ever seen it on the web? Sunny little today for you to launch your heart for a long time this control, the following
Asp.net| Link Display detail page with link
In the previous use of Ultradev to link to the display of detailed data pages are generally through the "Go to Detail Page" server behavior, and the net environment in the Server Behavior window does not
The details of the Request|response| object's ability to apply customer requests and server responses from the ASP are implemented through the ASP's built-in request and response objects.
· Request object: Provides the script with all the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.